@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('fontawesome.min.css');
@import url('base.css');
@import url('common.css');
@import url('ny.css');

.banner{
	margin-top: 100px;
}
.banner .swiper-slide img {
    position: relative;
    width: 100%;
    height: auto;
    transition: all 1s ease 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.banner .swiper-slide.swiper-slide-active img {
    transition: all 5s ease 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}


.banner .swiper-pagination-bullet:before {
    background: rgba(255, 255, 255, 0.5);
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: rgba(255, 255, 255, 0.4);
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #fff;
}

.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 4px !important;
    position: relative;
    transition-duration: .5s;
    cursor: pointer;
    background: none;
    opacity: 1;
    border: 1px solid transparent;
}

.banner .swiper-pagination-bullet:before {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 50%;
    transition-duration: .5s;
    background: #fff;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #fff;
    transform: rotate(45deg);
    border-radius: 50%;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #fff;
}

/*关于我们*/


.commonTit{
	margin-bottom: 30px;
}

.commonTit p.p1{
	font-size:24px;
	color:#D3D3D3;
	font-family:arial,helvetica,sans-serif;
}

.commonTit p.p2{
	font-size:28px;
	color:#333333;
	position: relative;
	padding-bottom: 10px;
}

.commonTit p.p2:after{
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background: var(--primary);
	left: 0;
	bottom: 0;
}

.aboutSec .div-text .des p{
	font-size:14px;
	line-height:1.7;
	color:#696969;
	margin-bottom: 10px;
}


.more a{
	display: inline-block;
	padding: 10px 45px;
	border: 1px solid #717171;
	color: #6d6d6d;
	font-size: 14px;
}


.more a:hover{
	background: var(--primary);
	color: #fff;
	border: 1px solid var(--primary);
}

.aboutSec .more{
	margin-top: 25px;
	margin-bottom: 35px;
}


/*产品中心*/

.productSec{
	background: #f6f6f6;
}

.productSec .proLists{
	padding: 0 65px;
	position: relative;
}

.productSec .swiperP{
	top: 50%;
	font-size: 30px;
}

.productSec .proLists .swiper-button-next:after, .productSec .proLists .swiper-button-prev:after{
	font-size: 20px;
    color: #3087d7;
    border: 1px solid #9dc1e2;
    min-width: 45px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.proLists .item{
	position: relative;
}

.proLists .item .div-text{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    transition: all .3s ease;
}


.proLists .item .mask{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .3s ease;
}

.proLists .item .mask a{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,59,153,0.8);
	color: #fff;
}

.proLists .item .mask span{
	display: inline-block;
	position: relative;
	padding:15px 25px;
}

.proLists .item .mask span:after,.proLists .item .mask span:before{
	position: absolute;
	content: "";
	height: 1px;
	background: #fff;
	transition: all .5s ease;
}

.proLists .item .mask span:after{
	width: 0;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.proLists .item .mask span:before{
	width: 0;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.proLists .item:hover .mask span:after{
	width: 30%;
}

.proLists .item:hover .mask span:before{
	width: 100%;s
}

.proLists .item:hover .div-img img{
	transform: scale(1.2);
}

.proLists .item:hover .mask{
	opacity: 1;
}


.proLists .item:hover .div-text{
	opacity: 0;
}


.productSec .more{
	margin-top: 65px;
}


.sbLists .div-img:hover img{
	transform: scale(1.1);
	cursor: pointer;
}


/*服务项目*/
.serviceSec{
	background: #f6f6f6;
}

.serviceSec .divLeft .des{
	color:#A9A9A9;
	font-size:14px;
	line-height:1.8;
}

.more2{
	margin: 25px 0;
}

.more2 a{
	display: inline-block;
	padding: 10px 20px;
	background: var(--primary);
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	transition: all .3s ease;
}

.more2 a:hover{
	background: #3087d7;
}

.serviceSec .item{
	margin-bottom: 25px;
	background: #fff;
	padding: 25px;
	border: 1px solid #ccc;
}

.serviceSec .item .tb{
	margin-right: 15px;
	min-width: 80px;
}

.serviceSec .item .year{
	font-size:18px;
	font-weight: bold;
	color: #595959;
}

.serviceSec .item .des{
	font-size: 14px;
	color: #a9a9a9;
	margin-top: 5px;
}

.newsLists .item a{
	display: block;
	padding: 25px 10px;
	transition: all .3s ease;
	border: 1px #ddd solid;
}

.newsLists .item p.title{
	line-height: 30px;
    color: #333;
    font-size: 20px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsLists .item .des{
	font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 23px;
    color: #999;
    padding-top: 0;
}

.newsLists .item .time{
	font-size: 15px;
	color: #4d4d4d;
	margin-top: 15px;

}

.newsLists .item .time svg{
	width: 18px;
	height: 18px;
	fill: var(--primary);
}

.newsLists .item .time span{
	display: inline-block;
	margin-right: 3px;
}

.newsLists .item .content{
	transition: all .3s ease;
}

.newsLists .item .content .div-img{
	max-height: 240px;
	overflow: hidden;
}

.newsLists .item a:hover .content{
	transform: translateY(-15px);
}

.newsLists .item a:hover{
	background-color: #3086d7;
}

.newsLists .item a:hover p.title,.newsLists .item a:hover .des,.newsLists .item a:hover .time{
	color: #fff;
}

.newsLists .item a:hover .time svg{
	fill: #fff;
}

/*底部*/
.mainFooter{
	background: #1c262f;
	color: #a9a9a9;
	font-size: 14px;
	border-top: 2px solid #f23a38;
}
.mainFooter a{
	color: #a9a9a9;
}

.mainFooter a:hover{
	color: var(--primary);
}

.mainFooter .tb{
	margin-right: 5px;
}

.mainFooter .tb svg{
	width: 20px;
	height: 20px;
	fill: #a9a9a9;
}

.mainFooter .copyright{
	padding: 25px 0;
	border-top: 1px #2a3642 solid;
}

.mainFooter .copyright a{
	margin: 0 25px;
}

















